home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / WINDOWS.H < prev    next >
C/C++ Source or Header  |  1992-01-25  |  961b  |  26 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions for the windows module.         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    WINDOWS_GH                    /* Define only once. */
  10. #define    WINDOWS_GH
  11.  
  12. /* Prototypes of the windows module functions: */
  13. #ifdef __MSDOS__
  14. void WndwClaimStatus(void);
  15. void WndwReclaimStatus(void);
  16. void WndwStatusWindowUpdate(void);
  17. #endif /* __MSDOS__ */
  18.  
  19. void WndwPause(RealType *R);
  20. void WndwLogPrint(RealType *Set);
  21. void WndwInputWindowPutStr(char *Msg);
  22. void WndwInputWindowGetStr(char *Str, int Length);
  23. void WndwViewGeomObject(ObjectStruct *PObj, RealType *ClearWindow);
  24.  
  25. #endif    /* WINDOWS_GH */
  26.